home *** CD-ROM | disk | FTP | other *** search
/ Games for Fun 1 / games-for-fun.iso / Laß Dir helfen! / Tips & Tricks / Rogue Manual / Rogue Manual.rsrc / TEXT_128.txt < prev    next >
Encoding:
Text File  |  1993-05-22  |  22.8 KB  |  385 lines

  1.  A Guide to the Dungeons of Doom
  2. 1. Introduction
  3. You have just finished your years as a student at the local fighter's guild.
  4. After much practice and sweat you have finally completed your training and are ready to embark upon a perilous adventure. As a test of your skills, the local guildmasters have sent you into the Dungeons of Doom. Your task is to return with the Amulet of Yendor. Your reward for the completion of this task will be a full membership in the local guild. In addition, you are allowed to keep all the loot you bring back from the dungeons.
  5. In preparation for your journey, you are given an enchanted mace, a bow, and a quiver of arrows taken from a dragon's hoard in the far off Dark Mountains. You are also outfitted with elf-crafted armor and given enough food to reach the dungeons. You say goodbye to family and friends for what may be the last time and head up the road.
  6. You set out on your way to the dungeons and after several days of uneventful travel, you see the ancient ruins that mark the entrance to the Dungeons of Doom. It is late at night, so you make camp at the entrance and spend the night sleeping under the open skies.
  7. In the morning you gather your weapons, put on your armor, eat what is almost your last food, and enter the dungeons. 2. What is going on here?
  8. You have just begun a game of rogue. Your goal is to grab as much treasure as you can, find the Amulet of Yendor, and get out of the Dungeons of Doom alive. On the screen, a map of where you have been and what you have seen on the current dungeon level is kept. As you explore more of the level, it appears on the screen in front of you.
  9. Rogue differs from most computer fantasy games in that it is screen oriented. Commands are all one or two keys- trokes[1] and the results of your commands are displayed graphically on the screen rather than being explained in words.[2]
  10. Another major difference between rogue and other com- puter fantasy games is that once you have solved all the puzzles in a standard fantasy game, it has lost most of its excitement and it ceases to be fun. Rogue, on the other ____________________
  11. [1] As opposed to pseudo English sentences.
  12. [2] A minimum screen size of 24 lines by 80 columns is required.
  13. If the screen is larger, only the 24x80 section will be used for the map.
  14. - 1 -
  15.  A Guide to the Dungeons of Doom
  16. hand, generates a new dungeon every time you play it and even the author finds it an entertaining and exciting game. 3. What do all those things on the screen mean?
  17. In order to understand what is going on in rogue you have to first get some grasp of what rogue is doing with the screen. The rogue screen is intended to replace the "You can see ..." descriptions of standard fantasy games. Figure 1 is a sample of what a rogue screen might look like. 3.1. The bottom line
  18. At the bottom line of the screen are a few pieces of cryptic information describing your current status. Here is an explanation of what these things mean: Level This number indicates how deep you have gone in the
  19. dungeon.
  20. It starts at one and goes up as you go
  21. deeper into the dungeon. Gold
  22. The number of gold pieces you have managed to find
  23. and keep with you so far. Hp
  24.  Your current and maximum health points.
  25. Health
  26. points indicate how much damage you can take before
  27. you die. The more you get hit in a fight, the lower
  28. they get.
  29. You can regain health points by resting.
  30. The number in parentheses is the maximum number your
  31. health points can reach. Str
  32. Your current strength and maximum ever strength.
  33. This can be any integer less than or equal to 31, or ____________________________________________________________
  34. ------------
  35.  |..........+
  36.  |..@....]..|
  37.  |....B.....|
  38.  |..........|
  39.  -----+------
  40. Level: 1 Gold: 0
  41.  Hp: 12(12) Str: 16(16) Arm: 4 Exp: 1/0
  42. Figure 1 ______________________________
  43. ______________________________
  44.  - 2 -
  45.  A Guide to the Dungeons of Doom
  46.  greater than or equal to three.
  47. The higher the
  48. number, the stronger you are.
  49. The number in the
  50. parentheses is the maximum strength you have attained
  51. so far this game. Arm
  52. Your current armor protection. This number indicates
  53. how effective your armor is in stopping blows from
  54. unfriendly creatures. The higher this number is, the
  55. more effective the armor. Exp
  56. These two numbers give your current experience level
  57. and experience points.
  58. As you do things, you gain
  59. experience points.
  60. At certain experience
  61. point
  62. totals, you gain an experience level.
  63. The more
  64. experienced you are, the better you are able to fight
  65. and to withstand magical attacks. 3.2. The top line
  66. The top line of the screen is reserved for printing messages
  67. that describe things that are impossible to represent visually. If you see a "--More--" on the top line, this means that rogue wants to print another message on the screen, but it wants to make certain that you have read the one that is there first. To read the next message, just type a space. 3.3. The rest of the screen
  68. The rest of the screen is the map of the level as you have explored it so far.
  69. Each symbol on the screen represents something. Here is a list of what the various symbols mean: @
  70. This symbol represents you, the adventurer. -|
  71. These symbols represent the walls of rooms. +
  72. A door to/from a room. .
  73. The floor of a room. #
  74. The floor of a passage between rooms. *
  75. A pile or pot of gold. )
  76. A weapon of some sort. ]
  77. A piece of armor. !
  78. A flask containing a magic potion.
  79. - 3 -
  80.  A Guide to the Dungeons of Doom
  81. ?
  82. A piece of paper, usually a magic scroll. =
  83. A ring with magic properties /
  84. A magical staff or wand √†
  85. A trap, watch out for these. %
  86. A staircase to other levels :
  87. A piece of food. A-Z The uppercase letters represent the various inhabitants
  88.  of the Dungeons of Doom. Watch out, they can be nasty
  89.  and vicious. 4. Commands
  90. Commands are given to rogue by typing one or two char- acters.
  91. Most commands can be preceded by a count to repeat them (e.g. typing "10s" will do ten searches). Commands for which counts make no sense have the count ignored. To can- cel a count or a prefix, type <ESCAPE>. The list of com- mands is rather long, but it can be read at any time during the game with the "?" command. Here it is for reference, with a short explanation of each command. ?
  92. The help command. Asks for a character to give help
  93.  on.
  94. If you type a "*", it will list all the commands,
  95.  otherwise it will explain what the character you typed
  96.  does. /
  97. This is the "What is that on the screen?" command.
  98. A
  99.  "/" followed by any character that you see on the
  100.  level, will tell you what that character is.
  101. For
  102.  instance, typing "/@" will tell you that the "@" symbol
  103.  represents you, the player. h, H, √†H
  104.  Move left. You move one space to the left. If you use
  105.  upper case "h", you will continue to move left until
  106.  you run into something. This works for all movement
  107.  commands (e.g. "L" means run in direction "l") If you
  108.  use the "control" "h", you will continue moving in the
  109.  specified direction until you pass something interest-
  110.  ing or run into a wall.
  111. You should experiment with
  112.  this, since it is a very useful command, but very dif-
  113.  ficult to describe. This also works for all movement
  114.  commands. j
  115. Move down.
  116. - 4 -
  117.  A Guide to the Dungeons of Doom
  118. k
  119. Move up. l
  120. Move right. y
  121. Move diagonally up and left. u
  122. Move diagonally up and right. b
  123. Move diagonally down and left. n
  124. Move diagonally down and right. t
  125. Throw an object. This is a prefix command. When fol-
  126.  lowed with a direction it throws an object in the
  127.  specified direction. (e.g. type "th" to throw some-
  128.  thing to the left.) f
  129. Fight until someone dies. When followed with a direc-
  130.  tion this will force you to fight the creature in that
  131.  direction until either you or it bites the big one. m
  132. Move onto something without picking it up.
  133. This will
  134.  move you one space in the direction you specify and, if
  135.  there is an object there you can pick up, it won't do
  136.  it. z
  137. Zap prefix. Point a staff or wand in a given direction
  138.  and fire it.
  139. Even non-directional staves must be
  140.  pointed in some direction to be used. √†
  141. Identify trap command. If a trap is on your map and
  142.  you can't remember what type it is, you can get rogue
  143.  to remind you by getting next to it and typing "√†" fol-
  144.  lowed by the d
  145. irection that would move you on top of
  146.  it. s
  147. Search for traps and secret doors. Examine each space
  148.  immediately adjacent to you for the existence of a trap
  149.  or secret door. There is a large chance that even if
  150.  there is something there, you won't find it, so you
  151.  might have to search a while before you find something. >
  152. Climb down a staircase to the next level. Not surpris-
  153.  ingly, this can only be done if you are standing on
  154.  staircase. <
  155. Climb up a staircase to the level above. This can't be
  156.  done without the Amulet of Yendor in your possession. .
  157. Rest. This is the "do nothing" command. This is good
  158.  for waiting and healing.
  159. - 5 -
  160.  A Guide to the Dungeons of Doom
  161. *
  162. Inventory. List what you are carrying in your pack. I
  163. Selective inventory. Tells you what a single item in
  164.  your pack is. q
  165. Quaff one of the potions you are carrying. r
  166. Read one of the scrolls in your pack. e
  167. Eat food from your pack. w
  168. Wield a weapon. Take a weapon out of your pack and
  169.  carry it for use in combat, replacing the one you are
  170.  currently using (if any). W
  171. Wear armor. You can only wear one suit of armor at a
  172.  time. This takes extra time. T
  173. Take armor off. You can't remove armor that is cursed.
  174.  This takes extra time. P
  175. Put on a ring. You can wear only two rings at a time
  176.  (one on each hand). If you aren't wearing any rings,
  177.  this command will ask you which hand you want to wear
  178.  it on, otherwise, it will place it on the unused hand.
  179.  The program assumes that you wield your sword in your
  180.  right hand. R
  181. Remove a ring. If you are only wearing one ring, this
  182.  command takes it off. If you are wearing two, it will
  183.  ask you which one you wish to remove, d
  184. Drop an object. Take something out of your pack and
  185.  leave it lying on the floor.
  186. Only one object can
  187.  occupy each space. You cannot drop a cursed object at
  188.  all if you are wielding or wearing it. c
  189. Call an object something. If you have a type of object
  190.  in your pack which you wish to remember something
  191.  about, you can use the call command to give a name to
  192.  that type of object.
  193. This is usually used when you
  194.  figure out what a potion, scroll, ring, or staff is
  195.  after you pick it up, or when you want to remember
  196.  which of those swords in your pack you were wielding. D
  197. Print out which things you've discovered something
  198.  about.
  199. This command will ask you what type of thing
  200.  you are interested in. If you type the character for a
  201.  given type of object (e.g. "!" for potion) it will
  202.  tell you which kinds of that type of object you've
  203.  discovered (i.e., figured out what they are). This
  204.  command works for potions, scrolls, rings, and staves
  205.  and wands.
  206.  - 6 -
  207.  A Guide to the Dungeons of Doom
  208. o
  209. Examine and set options.
  210. This command is further
  211.  explained in the section on options. √†R
  212. Redraws the screen. Useful if spurious messages or
  213.  transmission errors have messed up the display. √†P
  214. Print last message. Useful when a message disappears
  215.  before you can read it. This only repeats the last
  216.  message that was not a mistyped command so that you
  217.  don't loose anything by accidentally typing the wrong
  218.  character instead of √†P. <ESCAPE>
  219.  Cancel a command, prefix, or count. !
  220. Escape to a shell for some commands. Q
  221. Quit. Leave the game. S
  222. Save the current game in a file.
  223. It will ask you
  224.  whether you wish to use the default save file. Caveat:
  225.  Rogue won't let you start up a copy of a saved game,
  226.  and it removes the save file as soon as you start up a
  227.  restored game. This is to prevent people from saving a
  228.  game just before a dangerous position and then restart-
  229.  ing it if they die. To restore a saved game, give the
  230.  file name as an argument to rogue. As in
  231. % rogue save_file
  232. To restart from the default save file (see below), run
  233. % rogue -r v
  234. Prints the program version number. )
  235. Print the weapon you are currently wielding ]
  236. Print the armor you are currently wearing =
  237. Print the rings you are currently wearing @
  238. Reprint the status line on the message line 5. Rooms
  239. Rooms in the dungeons are either lit or dark.
  240. If you walk into a lit room, the entire room will be drawn on the screen as soon as you enter. If you walk into a dark room, it will only be displayed as you explore it. Upon leaving a room, all monsters inside the room are erased from the screen.
  241. In the darkness you can only see one space in all directions around you. A corridor is always dark.
  242. - 7 -
  243.  A Guide to the Dungeons of Doom
  244. 6. Fighting 
  245.  If you see a monster and you wish to fight it, just attempt to run into it. Many times a monster you find will mind its own business unless you attack it. It is often the case that discretion is the better part of valor. 7. Objects you can find
  246. When you find something in the dungeon, it is common to want to pick the object up. This is accomplished in rogue by walking over the object (unless you use the "m" prefix, see above).
  247. If you are carrying too many things, the pro- gram will tell you and it won't pick up the object, other- wise it will add it to your pack and tell you what you just picked up.
  248. Many of the commands that operate on objects must prompt you to find out which object you want to use. If you change your mind and don't want to do that command after all, just type an <ESCAPE> and the command will be aborted.
  249. Some objects, like armor and weapons, are easily dif- ferentiated.
  250. Others, like scrolls and potions, are given labels which vary according to type. During a game, any two of the same kind of object with the same label are the same type. However, the labels will vary from game to game.
  251. When you use one of these labeled objects, if its effect is obvious, rogue will remember what it is for you. If it's effect isn't extremely obvious you will be asked what you want to scribble on it so you will recognize it later, or you can use the "call" command (see above). 7.1. Weapons
  252. Some weapons, like arrows, come in bunches, but most come one at a time.
  253. In order to use a weapon, you must wield it. To fire an arrow out of a bow, you must first wield the bow, then throw the arrow. You can only wield one weapon at a time, but you can't change weapons if the one you are currently wielding is cursed. The commands to use weapons are "w" (wield) and "t" (throw). 7.2. Armor
  254. There are various sorts of armor lying around in the dungeon.
  255. Some of it is enchanted, some is cursed, and some is just normal. Different armor types have different armor protection.
  256. The higher the armor protection, the more pro- tection the armor affords against the blows of monsters. Here is a list of the various armor types and their normal armor protection:
  257.  - 8 -
  258.  A Guide to the Dungeons of Doom
  259. __________________________________________
  260. Type
  261. Protection
  262.  None
  263. 0
  264.  Leather armor
  265.  2
  266.  Studded leather / Ring mail
  267. 3
  268.  Scale mail
  269.  4
  270.  Chain mail
  271.  5
  272.  Banded mail / Splint mail
  273.  6
  274.  Plate mail
  275.  7
  276. __________________________________________
  277.  |||||||||
  278. If a piece of armor is enchanted, its armor protection will be higher than normal. If a suit of armor is cursed, its armor protection will be lower, and you will not be able to remove it. However, not all armor with a protection that is lower than normal is cursed.
  279. The commands to use weapons are "W" (wear) and "T" (take off). 7.3. Scrolls
  280. Scrolls come with titles in an unknown tongue[3]. After you read a scroll, it disappears from your pack. The command to use a scroll is "r" (read). 7.4. Potions
  281. Potions are labeled by the color of the liquid inside the flask. They disappear after being quaffed. The command to use a scroll is "q" (quaff). 7.5. Staves and Wands
  282. Staves and wands do the same kinds of things.
  283. Staves are identified by a type of wood; wands by a type of metal or bone. They are generally things you want to do to some- thing over a long distance, so you must point them at what you wish to affect to use them.
  284. Some staves are not affected by the direction they are pointed, though. Staves come with multiple magic charges, the number being random, and when they are used up, the staff is just a piece of wood or metal.
  285. ____________________
  286. [3] Actually, it's a dialect spoken only by the twenty- seven members of a tribe in Outer Mongolia, but you're not supposed to know that.
  287. - 9 -
  288.  A Guide to the Dungeons of Doom
  289. The command to use a wand or staff is "z" (zap) 7.6. Rings
  290. Rings are very useful items, since they are relatively permanent magic, unlike the usually fleeting effects of potions, scrolls, and staves. Of course, the bad rings are also more powerful.
  291. Most rings also cause you to use up food more rapidly, the rate varying with the type of ring. Rings are differentiated by their stone settings. The com- mands to use rings are "P" (put on) and "R" (remove). 7.7. Food
  292. Food is necessary to keep you going.
  293. If you go too long without eating you will faint, and eventually die of
  294. starvation. The command to use food is "e" (eat). 8. Options
  295. Due to variations in personal tastes and conceptions of the way rogue should do things, there are a set of options you can set that cause rogue to behave in various different ways. 8.1. Setting the options
  296. There are two ways to set the options.
  297. The first is with the "o" command of rogue; the second is with the "ROGUEOPTS" environment variable[4]. 8.1.1. Using the `o' command
  298. When you type "o" in rogue, it clears the screen and displays the current settings for all the options. It then places the cursor by the value of the first option and waits for you to type. You can type a <RETURN> which means to go to the next option, a "-" which means to go to the previous option, an <ESCAPE> which means to return to the game, or you can give the option a value. For boolean options this merely involves typing "t" for true or "f" for false. For string options, type the new value followed by a <RETURN>. 8.1.2. Using the ROGUEOPTS variable
  299. The ROGUEOPTS variable is a string containing a comma separated list of initial values for the various options. Boolean variables can be turned on by listing their name or ____________________
  300. [4] On Version 6 systems, there is no equivalent of the ROGUEOPTS feature.
  301. - 10 -
  302.  A Guide to the Dungeons of Doom
  303. turned off by putting a "no" in front of the name. Thus to set up an environment variable so that jump is on, terse is off, and the name is set to "Blue Meanie", use the command
  304. % setenv ROGUEOPTS "jump,noterse,name=Blue Meanie"[5] 8.2. Option list
  305. Here is a list of the options and an explanation of what each one is for.
  306. The default value for each is enclosed in square brackets. For character string options, input over fifty characters will be ignored. terse [noterse]
  307.  Useful for those who are tired of the sometimes lengthy
  308.  messages of rogue. This is a useful option for playing
  309.  on slow terminals, so this option defaults to terse if
  310.  you are on a slow (1200 baud or under) terminal. jump [nojump]
  311.  If this option is set, running moves will not be
  312.  displayed until you reach the end of the move. This
  313.  saves considerable cpu and display time.
  314. This option
  315.  defaults to jump if you are using a slow terminal. flush [noflush]
  316.  All typeahead is thrown away after each round of bat-
  317.  tle.
  318. This is useful for those who type far ahead and
  319.  then watch in dismay as a Bat kills them. seefloor [seefloor]
  320.  Display the floor around you on the screen as you move
  321.  through dark rooms.
  322. Due to the amount of characters
  323.  generated, this option defaults to noseefloor if you
  324.  are using a slow terminal. passgo [nopassgo]
  325.  Follow turnings in passageways. If you run in a pas-
  326.  sage and you run into stone or a wall, rogue will see
  327.  if it can turn to the right or left. If it can only
  328.  turn one way, it will turn that way. If it can turn
  329.  either or neither, it will stop.
  330. This is followed
  331.  strictly, which can sometimes lead to slightly confus-
  332.  ing occurrences (which is why it defaults to nopassgo). tombstone [tombstone]
  333.  Print out the tombstone at the end if you get killed. ____________________
  334. [5] For those of you who use the bourne shell, the com- mands would be
  335. $ ROGUEOPTS="jump,noterse,name=Blue Meanie"
  336. $ export ROGUEOPTS
  337. - 11 -
  338.  A Guide to the Dungeons of Doom
  339. This is nice but slow, so you can turn it off if you
  340.  like. inven [overwrite]
  341.  Inventory type. This can have one of three values:
  342.  overwrite, slow, or clear.
  343. With overwrite the top
  344.  lines of the map are overwritten with the list when
  345.  inventory is requested or when "Which item do you wish
  346.  to . . .? " questions are answered with a "*".
  347. How-
  348.  ever, if the list is longer than a screenful, the
  349.  screen is cleared. With slow, lists are displayed one
  350.  item at a time on the top of the screen, and with
  351.  clear, the screen is cleared, the list is displayed,
  352.  and then the dungeon level is re-displayed. Due to
  353.  speed considerations, clear is the default for termi-
  354.  nals without clear-to-end-of-line capabilities. name [account name]
  355.  This is the name of your character. It is used if you
  356.  get on the top ten scorer's list. fruit [slime-mold]
  357.  This should hold the name of a fruit that you enjoy
  358.  eating. It is basically a whimsey that rogue uses in a
  359.  couple of places. file [^/rogue.save]
  360.  The default file name for saving the game.
  361. If your
  362.  phone is hung up by accident, rogue will automatically
  363.  save the game in this file. The file name may start
  364.  with the special character "^" which expands to be your
  365.  home directory. 9. Scoring
  366. Rogue usually maintains a lis
  367. t of the top scoring peo- ple or scores on your machine. Depending on how it is set up, it can post either the top scores or the top players. In the latter case, each account on the machine can post only one non-winning score on this list.
  368. If you score higher than someone else on this list, or better your previ- ous score on the list, you will be inserted in the proper place under your current name. How many scores are kept can also be set up by whoever installs it on your machine.
  369. If you quit the game, you get out with all of your gold intact.
  370. If, however, you get killed in the Dungeons of Doom, your body is forwarded to your next-of-kin, along with 90% of your gold; ten percent of your gold is kept by the
  371.  - 12 -
  372.  A Guide to the Dungeons of Doom
  373. Dungeons' wizard as a fee[6]. This should make you consider whether you want to take one last hit at that monster and possibly live, or quit and thus stop with whatever you have. If you quit, you do get all your gold, but if you swing and live, you might find more.
  374. If you just want to see what the
  375. current
  376. top players/games list is, you can type
  377. % rogue -s 10. Acknowledgements
  378. Rogue was originally conceived of by Glenn Wichman and Michael Toy.
  379. Ken Arnold and Michael Toy then smoothed out the user interface, and added jillions of new features.
  380. We would like to thank Bob Arnold, Michelle Busch, Andy Hatcher, Kipp Hickman, Mark Horton, Daniel Jensen, Bill Joy, Joe Kalash, Steve Maurer, Marty McNary, Jan Miller, and Scott Nelson for their ideas and assistance; and also the teeming multitudes who graciously ignored work, school, and social life to play rogue and send us bugs, complaints, suggestions, and just plain flames. And also Mom.
  381. ____________________
  382. [6] The Dungeon's wizard is named Wally the Wonder Badg- er.
  383. Invocations should be accompanied by a sizable dona- tive.
  384.  - 13 -
  385.